home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / main.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(press).as
Text File  |  2001-06-06  |  291b  |  14 lines

  1. on(press){
  2.    if(_root.go == true)
  3.    {
  4.       n = getProperty(_root.mc_lodki.mc_lmorze, _currentframe);
  5.       _root.kupa = n;
  6.       if(n < 8 && 4 < n)
  7.       {
  8.          _root.mc_lodki.stop();
  9.          _root.mc_chlopiec.mc_reka.play();
  10.          _root.morze = true;
  11.       }
  12.    }
  13. }
  14.